Skip to content

Add Bus Trace Endpoint - #328

Open
ngocnhan-tran1996 wants to merge 1 commit into
spring-cloud:mainfrom
ngocnhan-tran1996:add-bustrace
Open

Add Bus Trace Endpoint#328
ngocnhan-tran1996 wants to merge 1 commit into
spring-cloud:mainfrom
ngocnhan-tran1996:add-bustrace

Conversation

@ngocnhan-tran1996

Copy link
Copy Markdown
Contributor

Spring Boot 2.x removed the /actuator/trace endpoint. Add a dedicated /actuator/bustrace endpoint to expose Spring Cloud Bus event traces, including sent events and acknowledgments received from service instances.

The endpoint can be enabled by setting
management.endpoints.web.exposure.include=bustrace and spring.cloud.bus.trace.enabled=true.

Spring Boot 2.x removed the `/actuator/trace` endpoint. Add a dedicated
`/actuator/bustrace` endpoint to expose Spring Cloud Bus event traces,
including sent events and acknowledgments received from service instances.

The endpoint can be enabled by setting
`management.endpoints.web.exposure.include=bustrace` and
`spring.cloud.bus.trace.enabled=true`.

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants